(minor) style

This commit is contained in:
cloudhead 2010-07-01 11:09:03 +02:00
parent 518fe12d1a
commit e659555279

View File

@ -2,8 +2,8 @@
// browser.js - client-side engine
//
var isFileProtocol = (location.protocol === 'file:' ||
location.protocol === 'chrome:' ||
var isFileProtocol = (location.protocol === 'file:' ||
location.protocol === 'chrome:' ||
location.protocol === 'resource:');
less.env = location.hostname == '127.0.0.1' ||