Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Д/з 5 — Жевак Антон #3

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Д/з 5 — Жевак Антон #3

wants to merge 15 commits into from

Conversation

mayton
Copy link

@mayton mayton commented Nov 2, 2013

Для запуска сценария необходимо скопировать содержимое файла build/bookmarklet.min.js в адресную строку браузера или в поле URL закладки.

Из интересного:

  • разбиение кода на модули
  • $.Deferred для асинхронных операций
  • d3.js для визуализации данных
  • динамическое добавление узлов в граф
  • кеширование данных о пользователях в localStorage
  • сборка приложения Grunt'ом в один файл

@@ -0,0 +1,34 @@
(function() {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UglifyJS заменяет круглые скобки на восклицательный знак и букмарклет перестаёт работать в Firefox. Кто умный, скажите как исправить :-)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

banner : 'javascript:void' -> javascript:void!function(){...}()?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Спасибо. То, что нужно.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants