remove script.type attribute from example widgets since its optional in html5

This commit is contained in:
Igor Minar 2011-01-18 13:59:55 -08:00
parent d73635d573
commit 3bd96609e9

View file

@ -14,8 +14,7 @@
var HTML_TEMPLATE =
'<!doctype html>\n' +
'<html xmlns:ng="http://angularjs.org">\n' +
' <script type="text/javascript" ng:autobind\n' +
' src="' + angularJsUrl + '"></script>\n' +
' <script src="' + angularJsUrl + '" ng:autobind></script>\n' +
' <body>\n' +
'_HTML_SOURCE_\n' +
' </body>\n' +