Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Semicolon
Search
othree
August 18, 2012
Technology
3
3.4k
Semicolon
othree
August 18, 2012
Tweet
Share
More Decks by othree
See All by othree
How GitHub Supports Vim License Detection, The Five Years Journey
othree
1
2k
WAT JavaScript Date
othree
3
2k
Modern HTML Email Development
othree
3
2.6k
MRT & GIT
othree
1
2.2k
YAJS.vim and Vim Syntax Highlight
othree
1
2.8k
Web Trends to 2015
othree
4
320
Transducer
othree
9
3k
HITCON 11 Photographer
othree
4
480
fetch is the new XHR
othree
6
3.5k
Other Decks in Technology
See All in Technology
あなたの声を届けよう! 女性エンジニア登壇の意義とアウトプット実践ガイド #wttjp / Call for Your Voice
kondoyuko
4
530
asken AI勉強会(Android)
tadashi_sato
0
160
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
120
改めてAWS WAFを振り返る~業務で使うためのポイント~
masakiokuda
1
200
LangSmith×Webhook連携で実現するプロンプトドリブンCI/CD
sergicalsix
1
180
一体いつからSRE NEXTがSREだけのカンファレンスだと錯覚していた? / When did you ever get the idea that SRE NEXT was a conference just for SREs?
vtryo
1
140
GeminiとNotebookLMによる金融実務の業務革新
abenben
0
250
モバイル界のMCPを考える
naoto33
0
390
React開発にStorybookとCopilotを導入して、爆速でUIを編集・確認する方法
yu_kod
1
120
Node-RED × MCP 勉強会 vol.1
1ftseabass
PRO
0
180
解析の定理証明実践@Lean 4
dec9ue
1
210
ビズリーチが挑む メトリクスを活用した技術的負債の解消 / dev-productivity-con2025
visional_engineering_and_design
2
4.5k
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
BBQ
matthewcrist
89
9.7k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Faster Mobile Websites
deanohume
307
31k
Unsuck your backbone
ammeep
671
58k
A Tale of Four Properties
chriscoyier
160
23k
Transcript
ɓࡈόႧԊٙሖ͛ othree@COSCUP Lighting Talk
Twitter Bootstrap
Issue #3057
None
bootstrap-dropdown.js clearMenus() needs ; at the end
bootstrap-dropdown.js when minified with JSMin::minify produces error in Firefox error
console saying clearMenus()needs ;
;
None
nope - that's a bug in jsmin. Probably should let
@douglascrockford know about it though. thanks!
That is insanely stupid code. I am not going to
dumb down JSMin for this case.
Fix it now. Learn to use semicolons properly.
i have learned to use them, that's why there isn't
one present.
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
Hello world!
None