[#815] oops, forgot to remove console.log

This commit is contained in:
ScottDowne 2012-02-29 00:06:19 -05:00
Родитель 4154a6db73
Коммит f36b9ff37a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -163,7 +163,7 @@
target && target.appendChild( options.container );
var scriptReady = function() {
console.log( "ready" );
Popcorn.getJSONP( "//000000book.com/data/" + options.gmltag + ".json?callback=", function( data ) {
options.pjsInstance = new Processing( options.container, gmlPlayer );