Skip to content

Instantly share code, notes, and snippets.

@ptomasroos
Forked from jstrimpel/gist:e48f42ab151e1511fded
Last active August 29, 2015 14:06
Show Gist options
  • Save ptomasroos/f102d06f6213402352e8 to your computer and use it in GitHub Desktop.
Save ptomasroos/f102d06f6213402352e8 to your computer and use it in GitHub Desktop.
define(['lazoApp'], function (App) {
'use strict;
return App.extend({
initialize: function (callback) {
var html = '<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--><html lang="en">';
LAZO.app.setHtmlTag(html);
LAZO.app.setBodyClass('some-class another-class');
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment