Merge pull request #831 from josh/strip_bom_from_luapage

Strip UTF8 BOM from Luapage mode
This commit is contained in:
Harutyun Amirjanyan 2012-07-03 02:32:38 -07:00
commit b6abd41a17
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
define(function(require, exports, module) {
define(function(require, exports, module) {
"use strict";
var oop = require("../lib/oop");

View file

@ -1,4 +1,4 @@
// LuaPage implements the LuaPage markup as described by the Kepler Project's CGILua
// LuaPage implements the LuaPage markup as described by the Kepler Project's CGILua
// documentation: http://keplerproject.github.com/cgilua/manual.html#templates
define(function(require, exports, module) {
"use strict";