מדיה ויקי:BookmarkletsInit.js: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
(יצירת דף עם התוכן "function create_bookmarklets() { console.log( 'hello' ); }; $( create_bookmarklets );") |
אין תקציר עריכה |
||
שורה 1: | שורה 1: | ||
function | ( function () { | ||
console.log( ' | 'use strict'; | ||
}; | |||
createBookmarklets = function () { | |||
$( create_bookmarklets ); | console.log( 'closure' ); | ||
}; | |||
$( create_bookmarklets ); | |||
} )(); |